home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Applications
/
Utilities
/
Pastry
/
DeveloperNotes
/
sample
/
InspectorPane.h
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-02-28
|
286 b
|
19 lines
// $Id: InspectorPane.h,v 1.1 1994/02/22 10:14:28 davis Exp $
@protocol InspectorPane
+ (const NXAtom *)types;
- updateFromStream:(NXStream *)stream withType:(NXAtom)type;
- (View *)view;
@end
@interface Object(InspectorPaneNotify)
- didSwapIn:sender;
- didSwapOut:sender;
@end